Description
Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.
Diagram
Overview
|
RANGEFINDER
Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.
|
onclose optional xs:string
Specify the script to run when this event occurs
|
|
onexevent optional xs:string
Specify the script to run when this event occurs.
|
|
onmeasurement optional xs:string
Specify the script to run when this event occurs.
|
|
onopen optional xs:string
Specify the script to run when this event occurs
|
|
Attributes
Name | Type | Use | Default | Fixed | Description |
onclose | xs:string | optional | | | Specify the script to run when this event occurs |
onexevent | xs:string | optional | | | Specify the script to run when this event occurs. |
onmeasurement | xs:string | optional | | | Specify the script to run when this event occurs. |
onopen | xs:string | optional | | | Specify the script to run when this event occurs |
Examples
Source
<xs:element name="RANGEFINDER" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:attribute ref="onclose" />
<xs:attribute ref="onexevent" />
<xs:attribute ref="onmeasurement" />
<xs:attribute ref="onopen" />
</xs:complexType>
</xs:element>
|
See Also